ArcFM Responder Mobile Developer Guide
ElementName Property






Syntax
'Declaration
 
Protected Overrides ReadOnly Property ElementName As System.String
'Usage
 
Dim instance As BaseConfigurationElementCollection(Of TConfigurationElementType)
Dim value As System.String
 
value = instance.ElementName
protected override System.string ElementName {get;}
protected read-only property ElementName: System.String; override; 
protected override function get ElementName : System.String
protected: __property System.string* get_ElementName() override;
protected:
property System.String^ ElementName {
   System.String^ get() override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseConfigurationElementCollection<TConfigurationElementType> Class
BaseConfigurationElementCollection<TConfigurationElementType> Members

Send Feedback